03. Practice: Apply What You've Learned

Practice

Practicing what you've learned helps you bridge the skills gap between what novices and experts are able to do.

Apply What You've Learned

You should already have an HTML file which contains notes about HTML. In this practice session you will add structure to your HTML by using container elements (<span>'s and <div>'s) to group related content together.

Note: Adding this structure may not change the appearance of your page! But doing this work now will allow you to rapidly make changes to the appearance in the next lesson.

Feel free to consult the previous examples, but try to write your own code to add structure to your HTML before continuing.